home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAMRADIO / PED410I.ZIP / PED.TXT < prev    next >
Text File  |  1994-02-23  |  5KB  |  151 lines

  1.  
  2. >>>>>>>> CW Pileup  trainer   Ped.exe   Ver 4.10i  by JE3MAS <<<<<<<<
  3.            Copyright(C) 1993 by MasIII H.Kozu
  4.  
  5.    /*  This is a free software.   It can be freely distributed.  */
  6.  
  7.   *---------------------------------------------------------------*
  8.   | This is a pileup trainer for IBM PC and Sound Blaster users.  |
  9.   | You can run a 9 station pileup as long as you like.           |
  10.   | 18 stations when using Sound Blaster PRO                      |
  11.   |                     or Pro Audio Spectrum 16!!                |
  12.   | 1 station with beep sound for users without sound card.       |
  13.   *---------------------------------------------------------------*
  14.  
  15.  
  16. *****  Reference *****
  17.  
  18. <<running ped>>
  19.                 Ped [-prn][-pro|-pas]
  20.                       ;-prn    Selects Printer port for connecting Paddles.
  21.                                (Default is Joystick port on your Sound Blaster)
  22.                       ;-pro    For Sound Blaster PRO users.
  23.                       ;-pas    For Pro Audio Spectrum 16 users.
  24.                       
  25. <<Sound Blaster Base I/O address>>
  26.                 default ;   220h
  27.                 You can select 240h I/O address by using the following:
  28.                                 
  29.                     SET BLASTER=A240 I7 D1 T2  
  30.                     (As for 'BLASTER' , See Sound Blaster Installation Guide )
  31.  
  32.  
  33. <<MVSOUND.SYS Driver (for PAS16 users)>>
  34.                 Pro Audio Spectrum 16 users must insert a line like
  35.  
  36.                    DEVICE=C:\PROAUDIO\MVSOUND.SYS D:3 Q:7
  37.  
  38.                 in your CONFIG.SYS file in order to load MVSOUND.SYS driver.
  39.  
  40.                 (Refer to PAS16 user's guide for more information about
  41.                  MVSOUND.SYS driver.)  
  42.  
  43.  
  44. <<Keys equivalent to CT>> 
  45.  
  46.       HOME,CTRL-A        :Start of field
  47.       END,CTRL-E         :End of field
  48.       BS, CTRL-H         :Backspace
  49.       DEL,CTRL-D         :Delete character
  50.       CTRL-K             :Delete to end of field
  51.       CTRL-W             :Delete field
  52.       Right Arrow,CTRL-F :Forward character
  53.       Left Arrow,CTRL-B  :Backward character
  54.  
  55.       Alt-F8,Alt-W       :Wipe QSO
  56.       Alt-F9             :QRS
  57.       Alt-F10            :QRQ
  58.       Alt-Q              :Quit
  59.  
  60.       F1                 :Send CQ message
  61.       F2                 :Send exchange message
  62.       F3                 :Send confirm message
  63.       F4                 :Send my call
  64.       F5                 :Send his call
  65.       F6                 :Send cl?
  66.       F7                 :Send ?
  67.  
  68.       return,CTRL-M      :Log QSO
  69.       Ins                :F5 and F2
  70.       ESC                :Panic stop
  71.       +                  :F3 and Return
  72.       Spacebar           :Toggle call and No.(Only for CT trainer)
  73.  
  74.       shift+F1           :Set F1 message
  75.       shift+F2           :Set F2 message
  76.       shift+F3           :Set F3 message
  77.       shift+F4           :Set F4 message
  78.       shift+F6           :Set F6 message
  79.       shift+F7           :Set F7 message
  80.  
  81.  
  82. <<Keys not equivalent to CT>>
  83.  
  84.       CTRL-I               :Change input mode(insert[default]/overwrite)
  85.       CTRL-R               :Reverse Paddle dot and dash
  86.       Upward Arrow         :QRQ (coarse)
  87.       Downward Arrow       :QRS (coarse)
  88.       shift+Upward Arrow   :QRQ (fine)
  89.       shift+Dwonward Arrow :QRS (fine)
  90.         
  91.       alt+Upward Arrow,
  92.       shift+f9             :Tone pitch adjust
  93.       
  94.       alt+Downward Arrow,
  95.       shift+f10            :Tone pitch adjust
  96.       Pg Up                :Tuning dial (up)
  97.       Pg Dn                :Tuning dial (down)
  98.  
  99.  
  100. <<Text commands you can use>>
  101.  
  102.       QUIT           Quit and return to menu
  103.       CORRECT        Adds hiscall to confirming message when you make
  104.                       any correction.
  105.       NOCORRECT      Disables CORRECT
  106.  
  107.  
  108. <<How to connect Paddles or Keyer>>
  109.   You can choose one of these.
  110.  
  111.   *Printer port                        Paddles/Keyer
  112.  
  113.       Pin 12(Paper End) -------------  Foot SW
  114.       Pin 13(Select)    -------------  Dash/Keyer
  115.       Pin 15(Error)     -------------  Dot
  116.       Pin 18(Gnd)       -------------  GND
  117.  
  118.   *Joystick port                       Paddles/Keyer
  119.  
  120.       Pin 2   -----------------------  Dot
  121.       Pin 4,5 -----------------------  GND
  122.       Pin 7   -----------------------  Dash/Keyer
  123.       Pin 10  -----------------------  Foot SW
  124.  
  125.  
  126. <<Data file>>
  127.  
  128.  Ped has so simple data structure that you can make your own data easily.
  129.  
  130.  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  131.  |<---  CALL SIGN  ---->|  |<------>| 
  132.                                |
  133.                                +------ CONTEST NUMBER
  134.  
  135.  Extension must be '.PED'.(ex. ARRL.PED)
  136.  
  137.  
  138. (CT is  real time contest logging software written by Ken Wolff, K1EA)
  139. (Sound Blaster/Sound Blaster Pro are trademarks of CLEATIVE LABS,INC.)
  140. (Pro Audio Spectrum 16 is trademark of MEDIA VISION.)
  141.  
  142. I will not store any effort to help you with any problems you may have.
  143. If you find any bugs, please send me a report. Thank you!
  144.  
  145.  
  146. JE3MAS
  147. MasIII H.Kozu
  148. room 906,10-20,Chuo 3-chome,
  149. Joto-ku,Osaka,536
  150. Japan
  151.